home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Gamer 4.1 - Disc 2
/
1998-07_-_Disc_4.1_No._2_Imperfect.iso
/
mechcmdr
/
data
/
objects
/
object2.pak
/
Unnamed File 000252
< prev
next >
Wrap
Text File
|
1998-04-08
|
922b
|
29 lines
FITini
//---------------------------------------------------------------------------
//
// MapIcon: Mine Indicator
// BASE ID: 59
//
//---------------------------------------------------------------------------
[ObjectClass]
l ObjectTypeNum = 13
[MineData]
ul dmgPotential = 5 //Five points of damage
f ExtentRadius = 25 //Five meters
l MineType = 1
[ObjectType]
st Name = "MINE" // Text string giving a descriptive name (only 8 chars long!!)
l Type = 59 // ID number for this mech type
l Appearance = 0x020000F4
l Duration = -1 // Lasts forever = -1
l MaxDamage = 0 // Amount of damage mine does on impact
l ExplosionObject = 39 // Object Class Number of explosion
l DestroyedObject = -1 // Object Class Number of Destroyed shape
f ExtentRadius = 15 // Extent Radius in Meters (0 Can't hit hit ever)
FITEnd